GET api/Master/BrandLookSeries?brandId[0]={brandId[0]}&brandId[1]={brandId[1]}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
brandId

Collection of string

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and Dictionary of string [key] and Collection of string [value] [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {
    "sample string 1": [
      "sample string 1",
      "sample string 2"
    ],
    "sample string 2": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "sample string 2": {
    "sample string 1": [
      "sample string 1",
      "sample string 2"
    ],
    "sample string 2": [
      "sample string 1",
      "sample string 2"
    ]
  }
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
    <Key>sample string 1</Key>
    <Value>
      <KeyValueOfstringArrayOfstringty7Ep6D1>
        <Key>sample string 1</Key>
        <Value>
          <string>sample string 1</string>
          <string>sample string 2</string>
        </Value>
      </KeyValueOfstringArrayOfstringty7Ep6D1>
      <KeyValueOfstringArrayOfstringty7Ep6D1>
        <Key>sample string 2</Key>
        <Value>
          <string>sample string 1</string>
          <string>sample string 2</string>
        </Value>
      </KeyValueOfstringArrayOfstringty7Ep6D1>
    </Value>
  </KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
  <KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
    <Key>sample string 2</Key>
    <Value>
      <KeyValueOfstringArrayOfstringty7Ep6D1>
        <Key>sample string 1</Key>
        <Value>
          <string>sample string 1</string>
          <string>sample string 2</string>
        </Value>
      </KeyValueOfstringArrayOfstringty7Ep6D1>
      <KeyValueOfstringArrayOfstringty7Ep6D1>
        <Key>sample string 2</Key>
        <Value>
          <string>sample string 1</string>
          <string>sample string 2</string>
        </Value>
      </KeyValueOfstringArrayOfstringty7Ep6D1>
    </Value>
  </KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>